<style>

html { 
    height: 100%; 
}
body {
	font-family: verdana; 
	background-color: lightblue; 
	text-align: center; 
	font-size: 1.1em;
}

:-webkit-full-screen {
  margin-top: 0%; 
  background-color: lightblue; 
  width: 100%;
  height: 100%;
}

/* Chrome, Safari and Opera syntax */
:-webkit-full-screen {
  margin-top: 0%; 
  background-color: lightblue; 
  width: 100%;
  height: 100%;
}

/* Firefox syntax */
:-moz-full-screen {
  margin-top: 0%; 
  background-color: lightblue; 
  width: 100%;
  height: 100%;
}

/* IE/Edge syntax */
:-ms-fullscreen {
  margin-top: 0%; 
  background-color: lightblue; 
  width: 100%;
  height: 100%;
}

/* Standard syntax */
:fullscreen {
  margin-top: 0%; 
  background-color: lightblue; 
  width: 100%;
  height: 100%;
}

h1 { 
	font-family: verdana; 
    margin-top: 5%; 
	color: black; 
	text-align: center; 
}
h2 { 
	font-family: verdana; 
	color: black; 
	text-align: center; 
}
h4 { 
	font-family: verdana; 
	font-size: 1.3em; 
	font-weight: normal;	
	color: black; 
	text-align: left;
	margin-left: 20%;
}
h4.thirty { 
	font-family: verdana; 
	font-size: 1.3em; 
	font-weight: normal;	
	color: black; 
	text-align: left;
	margin-left: 30%;
}
h5 { 
	font-family: verdana; 
	font-size: 1em; 
	color: black; 
	text-align: center; 
}

.buttoncontainer {
    margin: auto; 
    height: 50px;
    width: 1000px;
    position: relative;
    border: 0px solid white; 
}

.horizontal-left {
  margin: 0;
  position: absolute;
  top: 30%;
  left: 20%;
}
.horizontal-right {
  margin: 0;
  position: absolute;
  top: 30%;
  right: 20%;
}

button.center { /* style for buttons */
	align-items: center; 
    text-align: center;
	justify-content: center;
	display: flex; 
    cursor:pointer;
}
button.wide { /* style for buttons */
	width: auto; 
	align-items: center; 
    text-align: center;
	justify-content: center;
	display: flex; 
    cursor:pointer;
}
button.save { /* style for buttons */
	width: 30px; 
	align-items: center; 
    text-align: center;
	justify-content: center;
	display: flex; 
    cursor:pointer;
}
.button {
  background-color: lightblue; 
  border: none;
  color: blue;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 2px 2px;
  cursor: pointer;
}
button { /* style for buttons */
	width: auto; 
    height:auto;
	margin:0 auto; 
	font-size: 1em;
	justify-content: center;
	font-size: 1em;
    cursor:pointer;
}
#age {
	width:3em; 
    height:1.7em;
	margin:1em 0 0 0; 
	font-size: 1em; 
}
#txtEmail {
	width:10em; 
    height:1.7em;
	margin:0 1em 0 0; 
	font-size: 1em; 
}
input {
	width:2em; 
    height:1em;
	margin: auto; 
	font-size: 1em; 
}
div {
	font-family: verdana; 
}
.canvas { /* div stile for canvas */
	margin: auto; 
    width: 600px;
    height: 600px;
    background-color: white;
    position: relative; 
    align-items: center;
    display: flex;
    justify-content: center;
}

p {
	font-family: verdana; 
	font-size: 1.2em; 
    margin-right: 10%;
    margin-left: 10%;
    margin-top: 3%; 
    margin-bottom: 1%; 
	text-align: justify;
	align-items: center; 
	line-height: 150%;
	justify-content: center;
}

p.small {
	font-family: verdana; 
	font-size: 1em; 
    margin-right: 10%;
    margin-left: 10%;
    margin-top: 3%; 
    margin-bottom: 1%; 
	text-align: justify;
	align-items: center; 
	line-height: 150%;
	justify-content: center;
}

.btn {
    border: none;
    color: white;
    padding: 14px 10px;
	width: 200px;
	font-size: 18px;
    cursor: pointer;
}

textarea {
    width: 50%;
    height: 100px;
	font-family: verdana; 
	font-size: 1.1em; 
}

.slidecontainer {
    width: 640px;
	justify-content: center;
	display: flex; 
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;   
/*    background: #d3d3d3; */
    background: darkgray;
    outline: none;
	justify-content: center;
    opacity: 1;
    -webkit-transition: .2s;
    transition: opacity .2s;
    cursor: pointer;
}

.slider:hover {
    opacity: 0.8;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 5px;
    height: 5px;
    border-radius: 0%; 
    background: darkgray;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 5px;
    height: 5px;
    border-radius: 0%; 
    background: darkgray;
    cursor: pointer;
}

.sliderThumb {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;   
/*    background: #d3d3d3; */
    background: darkgray;
    outline: none;
	justify-content: center;
    opacity: 1;
    -webkit-transition: .2s;
    transition: opacity .2s;
    cursor: pointer;
}

.sliderThumb:hover {
    opacity: 0.8;
}

.sliderThumb::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%; 
    background: #0000FF;
    cursor: pointer;
}

.sliderThumb::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #0000FF;
    cursor: pointer;
}

td {
    width: 5%;
    height: 40px;
    text-align: center;
}

.left {
    width: 8%;
    height: 60px;
    text-align: left;
}

select {
    font-size:14pt;
    height:30px;
}
option {
    font-size:14pt;
    height:20px;
}
</style>
